mac80211: backport patch fixing support for GCC15
authorChristian Marangi <[email protected]>
Wed, 10 Dec 2025 21:48:55 +0000 (22:48 +0100)
committerChristian Marangi <[email protected]>
Wed, 10 Dec 2025 21:48:55 +0000 (22:48 +0100)
commit521087d13175e78e8e7d6e7a2e250063a169aa40
tree389861daf8b3525595ecb7219a4791566a31ddaf
parent1c7ec8ab19ab0b6d6cb35d277fd1efff273ce36a
mac80211: backport patch fixing support for GCC15

Backport patch fixing support for GCC15 caused by __counted_by.

This macro was moved to a different header in recent kernel version and
caused wrong detection on the #ifndef condition.

Signed-off-by: Christian Marangi <[email protected]>
package/kernel/mac80211/patches/build/130-backports-move-__counted_by-to-compiler_types.h-head.patch [new file with mode: 0644]